home *** CD-ROM | disk | FTP | other *** search
/ IO CD 2000 January / io_01_00.bin / pelne wersje gier / chess_it3.exe / Chess-it!.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Text File  |  1999-01-02  |  1KB  |  55 lines

  1. object Form8: TForm8
  2.   Left = 192
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'Form8'
  6.   ClientHeight = 87
  7.   ClientWidth = 193
  8.   Color = 8454143
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClose = FormClose
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 36
  22.     Top = 18
  23.     Width = 113
  24.     Height = 32
  25.     Caption = 'PAUSED'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -27
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 18
  35.     Top = 54
  36.     Width = 161
  37.     Height = 16
  38.     Caption = 'Press any key to continue...'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -13
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 193
  50.     Height = 87
  51.     Align = alClient
  52.     Style = bsRaised
  53.   end
  54. end
  55.